aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-30 01:07:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-30 01:07:47 +0000
commita43d43d5745def2a7d8fe348c85f47a237006e1a (patch)
tree48f8875eb44d4365a1ce0ba7980bbb4f782c2b78 /usr.bin/comm
parente643b783e3331f4957c020a2e36912b684ee3a10 (diff)
Notes
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index 54763e1038f36..ccd2c2fda3110 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>