diff options
author | Tom Kistner <tom@duncanthrax.net> | 2007-10-04 13:28:06 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2007-10-04 13:28:06 +0000 |
commit | 1944d7e6e89fd2cb37c39fb69f321828fcad9644 (patch) | |
tree | 8dde46022d392076c6067ed5ec226a6d131db4be /src/OS/os.h-Linux | |
parent | e08d09e542c8cefad1e5740610644bb2c5b79d76 (diff) |
revert bogus checkin 1.6->1.5, resulting in 1.7, sorry
Diffstat (limited to 'src/OS/os.h-Linux')
-rw-r--r-- | src/OS/os.h-Linux | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 14441e684..bde5dd710 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/OS/os.h-Linux,v 1.6 2007/10/04 13:23:05 tom Exp $ */ +/* $Cambridge: exim/src/OS/os.h-Linux,v 1.7 2007/10/04 13:28:06 tom Exp $ */ /* Exim: OS-specific C header file for Linux */ @@ -53,8 +53,3 @@ extern struct ip_address_item *os_find_running_interfaces_linux(void); #endif /* __linux__ */ /* End */ - -/* Fudge added because this Linux doesn't appear to have a definition -for ip_options in /usr/include/linux/ip.h. */ - -#define ip_options options |