diff options
Diffstat (limited to 'usr.bin/comm/comm.c')
-rw-r--r-- | usr.bin/comm/comm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 54763e1038f3..ccd2c2fda311 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include <limits.h> #include <locale.h> #include <stdint.h> -#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> |