summaryrefslogtreecommitdiff
path: root/print/dviselect/files/patch-ad
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-08-19 18:05:37 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-08-19 18:05:37 +0000
commit4a9f39b5ce1df6e6bad0a7225f4b46ea59901a33 (patch)
tree077cddd233e44657ae45169e53f7be1ffdeeb2a5 /print/dviselect/files/patch-ad
parentAdd Website META Language (WML) (diff)
The distfile disapeared from the original site. Use another MASTER_SITES.
The version number is the same but there are slight changes in the sources. This is why all the files have changed.
Notes
Notes: svn path=/head/; revision=7622
Diffstat (limited to 'print/dviselect/files/patch-ad')
-rw-r--r--print/dviselect/files/patch-ad46
1 files changed, 10 insertions, 36 deletions
diff --git a/print/dviselect/files/patch-ad b/print/dviselect/files/patch-ad
index a745d9172895..05abce5e78fe 100644
--- a/print/dviselect/files/patch-ad
+++ b/print/dviselect/files/patch-ad
@@ -1,36 +1,10 @@
-*** lib/seek.c~ Mon Nov 26 23:53:23 1990
---- lib/seek.c Thu Oct 6 14:28:14 1994
-***************
-*** 25,31 ****
- #include <sys/file.h>
- #include <sys/stat.h>
-
-! long lseek();
- char *getenv();
-
- int
---- 25,31 ----
- #include <sys/file.h>
- #include <sys/stat.h>
-
-! off_t lseek();
- char *getenv();
-
- int
-***************
-*** 33,39 ****
- int fd;
- {
-
-! return (lseek(fd, 0L, 1) >= 0 && !isatty(fd));
- }
-
- /*
---- 33,39 ----
- int fd;
- {
-
-! return (lseek(fd, (off_t) 0, 1) >= 0 && !isatty(fd));
- }
-
- /*
+--- lib/seek.c~ Wed Nov 15 13:19:59 1989
++++ lib/seek.c Tue Aug 19 18:46:13 1997
+@@ -25,7 +25,6 @@
+ #include <sys/file.h>
+ #include <sys/stat.h>
+
+-long lseek();
+ char *getenv();
+
+ int