summaryrefslogtreecommitdiff
path: root/pppd/utils.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-08-13 06:46:23 +0000
committerPaul Mackerras <paulus@samba.org>1999-08-13 06:46:23 +0000
commita3630de20e34796f434a728bfd9cf1a961380c82 (patch)
treeb71b6083dbbd1123e1ff27d9a14fd93efdeeb8fd /pppd/utils.c
parenta8c240d24e1b254284c06b06de06a66828eeec57 (diff)
downloadppp-a3630de20e34796f434a728bfd9cf1a961380c82.tar.gz
Fix the rcsid's for non-ansi compilers
Diffstat (limited to 'pppd/utils.c')
-rw-r--r--pppd/utils.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pppd/utils.c b/pppd/utils.c
index 43d0b93..cbab183 100644
--- a/pppd/utils.c
+++ b/pppd/utils.c
@@ -16,9 +16,8 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static const char rcsid[] = "$Id: utils.c,v 1.7 1999/08/12 04:25:25 paulus Exp $";
-#endif
+
+#define RCSID "$Id: utils.c,v 1.8 1999/08/13 06:46:22 paulus Exp $"
#include <stdio.h>
#include <ctype.h>
@@ -46,6 +45,8 @@ static const char rcsid[] = "$Id: utils.c,v 1.7 1999/08/12 04:25:25 paulus Exp $
#include "pppd.h"
+static const char rcsid[] = RCSID;
+
#if defined(SUNOS4)
extern char *strerror();
#endif