Index: head/deskutils/xpostit/files/patch-note.c =================================================================== --- head/deskutils/xpostit/files/patch-note.c (nonexistent) +++ head/deskutils/xpostit/files/patch-note.c (revision 505409) @@ -0,0 +1,20 @@ +--- note.c.orig 1992-12-11 13:04:16 UTC ++++ note.c +@@ -100,7 +100,7 @@ static char *RCSid = "$Header: /home/harbor/davy/stuff + #include + #include + #include +-#if defined(USG) || defined(SYSV) || defined(SVR4) ++#if defined(USG) || defined(SYSV) || defined(SVR4) || defined(BSD) + #include + #else + #include +@@ -240,7 +240,7 @@ LoadSavedNotes() + FILE *fp; + char *realloc(); + register PostItNote *pn; +-#if defined(USG) || defined(SYSV) || defined(SVR4) ++#if defined(USG) || defined(SYSV) || defined(SVR4) || defined(BSD) + register struct dirent *d; + #else + register struct direct *d; Property changes on: head/deskutils/xpostit/files/patch-note.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property