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..
This commit is contained in:
Peter Wemm 1996-08-24 03:49:14 +00:00
parent b12e5e82b6
commit f2cfcae49f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17805

View file

@ -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