summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rbootd/conf.c')
-rw-r--r--libexec/rbootd/conf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c
index 58da9f0..157f52b 100644
--- a/libexec/rbootd/conf.c
+++ b/libexec/rbootd/conf.c
@@ -39,14 +39,17 @@
* SUCH DAMAGE.
*
* from: @(#)conf.c 8.1 (Berkeley) 6/4/93
- * $Id$
*
* From: Utah Hdr: conf.c 3.1 92/07/06
* Author: Jeff Forys, University of Utah CSS
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)conf.c 8.1 (Berkeley) 6/4/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud