summaryrefslogtreecommitdiff
path: root/misc-utils/procs.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:25:37 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:25:37 +0100
commit5c36a0eb7cdb0360f9afd5d747c321f423b35984 (patch)
tree147599a77eaff2b5fbc0d389e89d2b51602326c0 /misc-utils/procs.c
parent2b6fc908bc368b540845a313c3b8a867c5ad9a42 (diff)
downloadutil-linux-old-5c36a0eb7cdb0360f9afd5d747c321f423b35984.tar.gz
Imported from util-linux-2.9i tarball.
Diffstat (limited to 'misc-utils/procs.c')
-rw-r--r--misc-utils/procs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc-utils/procs.c b/misc-utils/procs.c
index 2ea3e098..fd0e5add 100644
--- a/misc-utils/procs.c
+++ b/misc-utils/procs.c
@@ -6,9 +6,9 @@
* modify it under the terms of the gnu general public license.
* there is no warranty.
*
- * $Author: janl $
- * $Revision: 1.5 $
- * $Date: 1996/11/11 22:40:03 $
+ * faith
+ * 1.2
+ * 1995/02/23 01:20:40
*
*/
@@ -112,7 +112,6 @@ static char *parse_parens (char *buf)
return cp;
}
-
char *mybasename (char *path)
{
char *cp;
@@ -120,3 +119,4 @@ char *mybasename (char *path)
cp = strrchr (path, '/');
return (cp ? cp + 1 : path);
}
+