summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/bits.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/libnbcompat/files/bits.c')
-rw-r--r--pkgtools/libnbcompat/files/bits.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/libnbcompat/files/bits.c b/pkgtools/libnbcompat/files/bits.c
index fd24b4ec1ec..a0561e2c41f 100644
--- a/pkgtools/libnbcompat/files/bits.c
+++ b/pkgtools/libnbcompat/files/bits.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bits.c,v 1.5 2003/09/06 23:03:01 grant Exp $ */
+/* $NetBSD: bits.c,v 1.6 2003/09/13 03:50:12 jlam Exp $ */
/*
* Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
@@ -33,9 +33,9 @@
* SUCH DAMAGE.
*/
-#include "nbcompat/nbconfig.h"
+#include "nbcompat/config.h"
#if 0
-__RCSID("$NetBSD: bits.c,v 1.5 2003/09/06 23:03:01 grant Exp $");
+__RCSID("$NetBSD: bits.c,v 1.6 2003/09/13 03:50:12 jlam Exp $");
#endif
#include <stdio.h>
#include <string.h>
@@ -129,7 +129,7 @@ int main(int argc, char **argv)
}
fprintf(f, "/* %s -- this file was generated by\n", fn);
fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
- "$Id: bits.c,v 1.5 2003/09/06 23:03:01 grant Exp $");
+ "$Id: bits.c,v 1.6 2003/09/13 03:50:12 jlam Exp $");
fprintf(f, "#ifndef %s\n", hb);
fprintf(f, "#define %s\n", hb);
fprintf(f, "\n");