summaryrefslogtreecommitdiff
path: root/server/common.c
diff options
context:
space:
mode:
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 */