annotate src/s/openbsd.h @ 27793:d1722c46d998

(format-annotate-single-property-change): Handle properties.with dotted-list values. (format-proper-list-p): New function.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 21 Feb 2000 12:58:30 +0000
parents 8e1b437e5d04
children db6bbbe07da8
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"