]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/procs.c
Imported from util-linux-2.9i tarball.
[thirdparty/util-linux.git] / misc-utils / procs.c
index 2ea3e098c8869f5a4989804566745f3fa4388eb4..fd0e5add36547a8954319c601a893026de819005 100644 (file)
@@ -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);
 }
+