diff options
Diffstat (limited to 'src/getfd.c')
-rw-r--r-- | src/getfd.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/getfd.c b/src/getfd.c index 6053cfe..2ddcf01 100644 --- a/src/getfd.c +++ b/src/getfd.c @@ -1,3 +1,9 @@ +/* + * Copied from kbd-1.12 + * License: GPL + * + */ + #include <stdio.h> #include <fcntl.h> #include <errno.h> |