diff options
author | peter <peter@FreeBSD.org> | 1996-08-24 03:49:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-08-24 03:49:14 +0000 |
commit | a8e6568074bc84a98c77eb364ab71d83ea2b63dc (patch) | |
tree | fddb69bb99a4dd0b3f273065ae92de2d6736eaba | |
parent | ccfe8b12a953b62cb2f4d604a888d40bd0524026 (diff) | |
download | FreeBSD-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..
-rw-r--r-- | usr.bin/vi/sex/sex_screen.h | 2 |
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 |