Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cl-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clo
cl-site
Commits
3472ec52
Commit
3472ec52
authored
Nov 01, 2018
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect package in paserve/zaserve publish.lisp.
parent
9b9a9229
Pipeline
#1315
passed with stages
in 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
servers/paserve/publish.lisp
servers/paserve/publish.lisp
+1
-1
servers/zaserve/publish.lisp
servers/zaserve/publish.lisp
+1
-1
No files found.
servers/paserve/publish.lisp
View file @
3472ec52
...
@@ -86,4 +86,4 @@
...
@@ -86,4 +86,4 @@
(
defun
aserve-socket-port
(
socket
)
(
defun
aserve-socket-port
(
socket
)
(
#+
(
or
zacl
allegro
)
socket:local-port
(
#+
(
or
zacl
allegro
)
socket:local-port
#+
(
and
(
not
(
or
zacl
allegro
))
acl-compat
)
acl-compat:local-port
socket
))
#+
(
and
(
not
(
or
zacl
allegro
))
acl-compat
)
acl-compat
.socket
:local-port
socket
))
servers/zaserve/publish.lisp
View file @
3472ec52
...
@@ -80,6 +80,6 @@
...
@@ -80,6 +80,6 @@
(
defun
aserve-socket-port
(
socket
)
(
defun
aserve-socket-port
(
socket
)
(
#+
(
or
zacl
allegro
)
socket:local-port
(
#+
(
or
zacl
allegro
)
socket:local-port
#+
(
and
(
not
(
or
zacl
allegro
))
acl-compat
)
acl-compat:local-port
socket
))
#+
(
and
(
not
(
or
zacl
allegro
))
acl-compat
)
acl-compat
.socket
:local-port
socket
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment