defopt COMPAT_14

This commit is contained in:
augustss 1999-08-14 14:40:08 +00:00
parent 7317aa4924
commit 23906f1d41
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.310 1999/08/13 03:30:14 oster Exp $
# $NetBSD: files,v 1.311 1999/08/14 14:40:08 augustss Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -47,7 +47,7 @@ defopt COMPAT_AOUT
defopt COMPAT_M68K4K
defopt COMPAT_43
defopt opt_compat_netbsd.h COMPAT_09 COMPAT_10 COMPAT_11 COMPAT_12
COMPAT_13 COMPAT_NOMID
COMPAT_13 COMPAT_14 COMPAT_NOMID
# networking protocols
defopt opt_inet.h INET INET6

View File

@ -1,4 +1,4 @@
/* $NetBSD: wsdisplay.c,v 1.26 1999/07/29 18:20:02 augustss Exp $ */
/* $NetBSD: wsdisplay.c,v 1.27 1999/08/14 14:40:08 augustss Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@ -33,7 +33,7 @@
static const char _copyright[] __attribute__ ((unused)) =
"Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.";
static const char _rcsid[] __attribute__ ((unused)) =
"$NetBSD: wsdisplay.c,v 1.26 1999/07/29 18:20:02 augustss Exp $";
"$NetBSD: wsdisplay.c,v 1.27 1999/08/14 14:40:08 augustss Exp $";
#include <sys/param.h>
#include <sys/conf.h>
@ -59,6 +59,7 @@ static const char _rcsid[] __attribute__ ((unused)) =
#include <dev/cons.h>
#include "opt_wsdisplay_compat.h"
#include "opt_compat_netbsd.h"
#include "wskbd.h"
#include "wsmux.h"