diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-15 16:14:24 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-15 16:14:24 +0000 |
commit | f938f2e551add0cb6f41bbebd19dab8f50d43efd (patch) | |
tree | 6e7ca982c2d8b3847a00a97e1025380452d5df56 /x11-clocks/abclock/files/patch-ab | |
parent | 31197a71a906fdde795b775a2952f2e9e04350de (diff) |
Notes
Diffstat (limited to 'x11-clocks/abclock/files/patch-ab')
-rw-r--r-- | x11-clocks/abclock/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/abclock/files/patch-ab b/x11-clocks/abclock/files/patch-ab new file mode 100644 index 000000000000..cda70d8b44f7 --- /dev/null +++ b/x11-clocks/abclock/files/patch-ab @@ -0,0 +1,11 @@ +--- abclock.c.orig Tue Aug 15 11:25:10 2000 ++++ abclock.c Tue Aug 15 11:43:06 2000 +@@ -29,7 +29,7 @@ + #include <time.h> + #include <sys/time.h> + #include <unistd.h> +-#include <values.h> ++#include <float.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + |