diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /net/ntp-stable/files | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'net/ntp-stable/files')
-rw-r--r-- | net/ntp-stable/files/patch-ad | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net/ntp-stable/files/patch-ad b/net/ntp-stable/files/patch-ad deleted file mode 100644 index d6885c485f08..000000000000 --- a/net/ntp-stable/files/patch-ad +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig Sun Feb 27 17:01:04 2000 -+++ configure Tue Mar 7 05:53:20 2000 -@@ -8273,19 +8273,19 @@ - # there is NO way that I can tell to tell if a given OS is using timespec or - # timeval so just set it here for the one case that is KNOWN to use timespec. - --case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in -- *yes*) -- cat >>confdefs.h <<\EOF --#define HAVE_PPSAPI 1 --EOF -- -- ac_cv_var_oncore_ok=yes -- cat >>confdefs.h <<\EOF --#define HAVE_TIMESPEC 1 --EOF -- -- ;; --esac -+#case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in -+# *yes*) -+# cat >>confdefs.h <<\EOF -+##define HAVE_PPSAPI 1 -+#EOF -+# -+# ac_cv_var_oncore_ok=yes -+# cat >>confdefs.h <<\EOF -+##define HAVE_TIMESPEC 1 -+#EOF -+# -+# ;; -+#esac - - # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG - echo $ac_n "checking for linux/serial.h... $ac_c" 1>&6 |