Materiale sui flag della system call mount.
[gapil.git] / sources / ForkTest.c
index f12792edf357493be08c9192252f8b66ddc31945..1965ec8f4fd232420869bff4297d95fd3fcbbdac 100644 (file)
@@ -26,8 +26,6 @@
  *
  * Usage: forktest -h give all info's
  *
- * $Id: ForkTest.c,v 1.10 2003/05/02 09:55:13 piccardi Exp $
- *
  ****************************************************************/
 /* 
  * Include needed headers
@@ -36,7 +34,7 @@
 #include <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
-#include <string.h>      /* string functions */
+#include <string.h>      /* C strings library */
 
 #include "Gapil.h"
 #include "macros.h"