aboutsummaryrefslogtreecommitdiffstats
path: root/libcap/_makenames.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcap/_makenames.c')
-rw-r--r--libcap/_makenames.c29
1 files changed, 1 insertions, 28 deletions
diff --git a/libcap/_makenames.c b/libcap/_makenames.c
index ebb17f6..61a7c47 100644
--- a/libcap/_makenames.c
+++ b/libcap/_makenames.c
@@ -1,7 +1,5 @@
/*
- * $Id: _makenames.c,v 1.3 1999/05/14 04:46:15 morgan Exp $
- *
- * Copyright (c) 1997-8 Andrew G. Morgan <morgan@linux.kernel.org>
+ * Copyright (c) 1997-8 Andrew G. Morgan <morgan@kernel.org>
*
* This is a file to make the capability <-> string mappings for
* libcap.
@@ -61,28 +59,3 @@ int main(void)
exit(0);
}
-
-/*
- * $Log: _makenames.c,v $
- * Revision 1.3 1999/05/14 04:46:15 morgan
- * another attempt to fix the bug Chris Evans found
- *
- * Revision 1.2 1999/05/14 04:38:06 morgan
- * Fix from Chris Evans: off by one error when computing the name array
- *
- * Revision 1.1.1.1 1999/04/17 22:16:31 morgan
- * release 1.0 of libcap
- *
- * Revision 1.4 1998/06/07 15:50:12 morgan
- * updated to accommodate kernel's real header file :*)
- *
- * Revision 1.3 1998/05/24 22:54:09 morgan
- * updated for 2.1.104
- *
- * Revision 1.2 1997/05/04 05:35:46 morgan
- * cleaned up to #include sed output. also generates whole cap_names.c file
- *
- * Revision 1.1 1997/04/28 00:57:11 morgan
- * Initial revision
- *
- */