summaryrefslogtreecommitdiff
path: root/server/common.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-07-07 13:12:53 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-07-07 13:12:53 +0000
commit4359abae544e3b217e6ee6f917ff8035e44ad9a0 (patch)
treedc35a3e86bff2f056887f6cc61c970c9154ab187 /server/common.c
parent61472afb525ed7da44071217e99fe00f411bfb58 (diff)
clean up comments
Diffstat (limited to 'server/common.c')
-rw-r--r--server/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/common.c b/server/common.c
index fca98d7..c34adf5 100644
--- a/server/common.c
+++ b/server/common.c
@@ -27,6 +27,8 @@ extern char *malloc();
/* common routines for the server */
+/* copy the string into newly allocated area */
+
char *
strsave(sp)
char *sp;
@@ -40,5 +42,3 @@ char *sp;
(void) strcpy(ret,sp);
return(ret);
}
-
-/* some sort of syslog interface */