summaryrefslogtreecommitdiff
path: root/pppd/upap.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/upap.c
parenta8c240d24e1b254284c06b06de06a66828eeec57 (diff)
downloadppp-a3630de20e34796f434a728bfd9cf1a961380c82.tar.gz
Fix the rcsid's for non-ansi compilers
Diffstat (limited to 'pppd/upap.c')
-rw-r--r--pppd/upap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pppd/upap.c b/pppd/upap.c
index 53d4a3c..693c684 100644
--- a/pppd/upap.c
+++ b/pppd/upap.c
@@ -17,9 +17,7 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static const char rcsid[] = "$Id: upap.c,v 1.18 1999/08/12 04:25:25 paulus Exp $";
-#endif
+#define RCSID "$Id: upap.c,v 1.19 1999/08/13 06:46:21 paulus Exp $"
/*
* TODO:
@@ -31,6 +29,8 @@ static const char rcsid[] = "$Id: upap.c,v 1.18 1999/08/12 04:25:25 paulus Exp $
#include "pppd.h"
#include "upap.h"
+static const char rcsid[] = RCSID;
+
static bool hide_password;
/*