summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-24 03:49:14 +0000
committerpeter <peter@FreeBSD.org>1996-08-24 03:49:14 +0000
commita8e6568074bc84a98c77eb364ab71d83ea2b63dc (patch)
treefddb69bb99a4dd0b3f273065ae92de2d6736eaba /usr.bin/vi
parentccfe8b12a953b62cb2f4d604a888d40bd0524026 (diff)
downloadFreeBSD-src-a8e6568074bc84a98c77eb364ab71d83ea2b63dc.zip
FreeBSD-src-a8e6568074bc84a98c77eb364ab71d83ea2b63dc.tar.gz
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..
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 150e38f..a2dfeb8 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
OpenPOWER on IntegriCloud