summaryrefslogtreecommitdiff
path: root/sysutils/afio/files/patch-ac
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-08 18:43:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-08 18:43:04 +0000
commit690975d0f3fcbe89582d5067bfbed575dcff9643 (patch)
treefbd7dbf8a73cec705d26c0512e56b416b423e78f /sysutils/afio/files/patch-ac
parentFix typo error. (diff)
Upgrade to 2.4.5.
Notes
Notes: svn path=/head/; revision=15199
Diffstat (limited to 'sysutils/afio/files/patch-ac')
-rw-r--r--sysutils/afio/files/patch-ac38
1 files changed, 2 insertions, 36 deletions
diff --git a/sysutils/afio/files/patch-ac b/sysutils/afio/files/patch-ac
index 6c22cbcf1a61..efc88a9b950c 100644
--- a/sysutils/afio/files/patch-ac
+++ b/sysutils/afio/files/patch-ac
@@ -1,5 +1,5 @@
---- afio.h.orig Sun Jan 21 04:58:12 1996
-+++ afio.h Mon Jan 6 00:53:13 1997
+--- afio.h.orig Sun Sep 20 04:04:54 1998
++++ afio.h Wed Dec 9 01:33:32 1998
@@ -1,5 +1,9 @@
/* afio.h defines for afio. */
@@ -10,37 +10,3 @@
#ifdef SYSTIME
#include <sys/time.h>
#else /* SYSTIME */
-@@ -107,15 +111,15 @@
- #define PH_SCAN "%6lo%6lo%6lo%6lo%6lo%6lo%6lo%11lo%6o%11lo"
-
- typedef struct {
--long unsigned int st_dev;
--long unsigned int st_ino;
--long unsigned int st_mode;
--long unsigned int st_uid;
--long unsigned int st_gid;
--long unsigned int st_nlink;
--long unsigned int st_rdev;
--long unsigned int st_mtime;
--long unsigned int st_size;
-+long unsigned int PSt_dev;
-+long unsigned int PSt_ino;
-+long unsigned int PSt_mode;
-+long unsigned int PSt_uid;
-+long unsigned int PSt_gid;
-+long unsigned int PSt_nlink;
-+long unsigned int PSt_rdev;
-+long unsigned int PSt_mtime;
-+long unsigned int PSt_size;
- } PStat;
-
- #define H_STRLEN 70 /* ASCII header string length */
-@@ -388,7 +392,7 @@
- #ifndef MKDIR
- int rmdir ();
- #endif
--#ifndef linux
-+#if !defined (linux) && !(defined(BSD) && (BSD >= 199103))
- VOIDFN (*signal ())();
- #endif
- int fswrite ();