diff options
author | maxim <maxim@FreeBSD.org> | 2007-01-16 18:28:43 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-01-16 18:28:43 +0000 |
commit | 0f8d8970e4cdfb2f87e611b555c3eaa26cd8eaff (patch) | |
tree | 6572964b04f3e88727495416865ac1d43f788843 /usr.sbin/i4b | |
parent | 2506ea94b7400921185d3760b960c2f3cb93d1b2 (diff) | |
download | FreeBSD-src-0f8d8970e4cdfb2f87e611b555c3eaa26cd8eaff.zip FreeBSD-src-0f8d8970e4cdfb2f87e611b555c3eaa26cd8eaff.tar.gz |
o Remove duplicate #include <errno.h>.
Obtained from: NetBSD (submitted by Slava Semushin)
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r-- | usr.sbin/i4b/isdnd/isdnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h index 803f97f..2dbed37 100644 --- a/usr.sbin/i4b/isdnd/isdnd.h +++ b/usr.sbin/i4b/isdnd/isdnd.h @@ -46,7 +46,6 @@ #include <syslog.h> #include <regex.h> #include <time.h> -#include <errno.h> #ifdef USE_CURSES #include <curses.h> |