summaryrefslogtreecommitdiff
path: root/misc/deco/files/patch-rec.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
commit0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch)
treeb35c705d3b36af5129c9a15430528661add3b428 /misc/deco/files/patch-rec.h
parentStage net-mgmt/routers2-extras and cleanup (diff)
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363282
Diffstat (limited to 'misc/deco/files/patch-rec.h')
-rw-r--r--misc/deco/files/patch-rec.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/deco/files/patch-rec.h b/misc/deco/files/patch-rec.h
new file mode 100644
index 000000000000..68e1550662c2
--- /dev/null
+++ b/misc/deco/files/patch-rec.h
@@ -0,0 +1,20 @@
+--- rec.h.orig Fri Jul 11 22:01:27 1997
++++ rec.h Tue Nov 18 16:58:49 2003
+@@ -15,7 +15,7 @@
+
+ struct map { /* pool cell descriptor */
+ short busy; /* cell busy */
+- short index; /* index in lindex */
++ int index; /* index in lindex */
+ long time; /* time of last access */
+ };
+
+@@ -37,7 +37,7 @@
+ short fd; /* file descriptor */
+ short bakfd; /* bak file descriptor */
+ short tfd; /* temp file descriptor */
+- short len; /* length of file in lines */
++ int len; /* length of file in lines */
+ short broken; /* there are broken lines */
+ } REC;
+