annotate src/s/openbsd.h @ 45904:4c3a4e9f96e7

(cvs-vc-command-advice): Handle the case where args are passed to `cvs' before the command name. (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Jun 2002 21:50:30 +0000
parents db6bbbe07da8
children cf068b0ef3c5 d7ddb3e565de
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* s/ file for openbsd systems. */
Dave Love <fx@gnu.org>
parents:
diff changeset
2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 /* Get most of the stuff from bsd4.3 */
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #include "bsd4-3.h"
Dave Love <fx@gnu.org>
parents:
diff changeset
5
Dave Love <fx@gnu.org>
parents:
diff changeset
6 /* Get the rest of the stuff from that less-POSIX-conformant system */
Dave Love <fx@gnu.org>
parents:
diff changeset
7 #include "netbsd.h"
28264
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
8
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
9 /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
10 is necessary. Otherwise Emacs dumps core when run -nw. */
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
11 #undef LIBS_TERMCAP