diff options
Diffstat (limited to 'toys/netcat.c')
-rw-r--r-- | toys/netcat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/netcat.c b/toys/netcat.c index 39c531d8..a6d93644 100644 --- a/toys/netcat.c +++ b/toys/netcat.c @@ -2,6 +2,8 @@ /* nc: mini-netcat - Forward stdin/stdout to a file or network connection. * * Copyright 2007 Rob Landley <rob@landley.net> + * + * Not in SUSv3. */ #include "toys.h" |