Materiale su splice, ed esempio non funzionante
[gapil.git] / sources / getcap.c
index 19974eebdb559e73c6b6385e0935bdb9ed1f644f..349381279bae83cf67072bb52a57e9e628239937 100644 (file)
@@ -26,7 +26,6 @@
  *
  * Usage: getcap -h give all info's
  *
- *
  ****************************************************************/
 /* 
  * Include needed headers
@@ -36,8 +35,8 @@
 #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 <sys/types.h>
+#include <string.h>      /* C strings library */
+#include <sys/types.h>   /* primitive system data types */
 #include <sys/capability.h>
 
 /* Help printing routine */