aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-24 03:49:14 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-24 03:49:14 +0000
commitf2cfcae49f529e8b181b6a00f4f3688ff14e57de (patch)
treefddb69bb99a4dd0b3f273065ae92de2d6736eaba /usr.bin/vi
parentb12e5e82b6866159a863accb5fba488114d7d931 (diff)
downloadsrc-f2cfcae49f529e8b181b6a00f4f3688ff14e57de.tar.gz
src-f2cfcae49f529e8b181b6a00f4f3688ff14e57de.zip
s/__unused/__sex_unused/ - this is simply a placeholder variable that
conflicts with what I added to cdefs.h a while ago. I never noticed this since I used nvi-1.71..
Notes
Notes: svn path=/head/; revision=17805
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/sex/sex_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/sex/sex_screen.h b/usr.bin/vi/sex/sex_screen.h
index 150e38f8c18e..a2dfeb823ffa 100644
--- a/usr.bin/vi/sex/sex_screen.h
+++ b/usr.bin/vi/sex/sex_screen.h
@@ -52,7 +52,7 @@
typedef struct _sex_private {
/* INITIALIZED AT SCREEN CREATE. */
- int __unused; /* Make sure it's not empty. */
+ int __sex_unused; /* Make sure it's not empty. */
/* PARTIALLY OR COMPLETELY COPIED FROM PREVIOUS SCREEN. */
#ifndef SYSV_CURSES