From 4359abae544e3b217e6ee6f917ff8035e44ad9a0 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 7 Jul 1987 13:12:53 +0000 Subject: clean up comments --- server/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/common.c') 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 */ -- cgit v1.2.3