diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-24 08:30:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-24 08:30:29 +0000 |
commit | 19fad5e875c53567dfd1afc201b3b146887098d2 (patch) | |
tree | fba90073a3d849d7929bc1fbf41939afd2048892 /print/bibview/files/patch-ag | |
parent | Don't try to remove directory "share/misc" -- it's created by mtree. (diff) |
Silence some compile time warnings.
Submitted by: David A. Bader <dbader@umiacs.umd.edu>
Notes
Notes:
svn path=/head/; revision=8018
Diffstat (limited to 'print/bibview/files/patch-ag')
-rw-r--r-- | print/bibview/files/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/bibview/files/patch-ag b/print/bibview/files/patch-ag new file mode 100644 index 000000000000..1c302aa34af7 --- /dev/null +++ b/print/bibview/files/patch-ag @@ -0,0 +1,12 @@ +--- FileNom.h.orig Thu Nov 25 08:11:06 1993 ++++ FileNom.h Tue Sep 23 20:03:16 1997 +@@ -52,7 +52,9 @@ + + #define XtNselectCallback "selectCallback" + #define XtNselectMenu "selectMenu" ++#ifndef XtNcancelCallback + #define XtNcancelCallback "cancelCallback" ++#endif + #define XtNmargin "margin" + #define XtNnumberRows "numberRows" + #define XtNshowDotFiles "showDotFiles" |