summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2013-03-15 11:35:58 +0000
committerratchov <ratchov@openbsd.org>2013-03-15 11:35:58 +0000
commitd37779b667dcb24eb9117dba4d7c9e212baad57c (patch)
tree12b8dc16648f9d1234ae092be2621221682673f7
parentremove reference to the sequencer device, from jmc (diff)
downloadwireguard-openbsd-d37779b667dcb24eb9117dba4d7c9e212baad57c.tar.xz
wireguard-openbsd-d37779b667dcb24eb9117dba4d7c9e212baad57c.zip
remove forgotten sequencer function prototypes
-rw-r--r--sys/sys/conf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index b2ee90c1a7c..82b64dbe456 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.119 2012/08/23 06:12:49 deraadt Exp $ */
+/* $OpenBSD: conf.h,v 1.120 2013/03/15 11:35:58 ratchov Exp $ */
/* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */
/*-
@@ -583,7 +583,6 @@ cdev_decl(ctty);
cdev_decl(audio);
cdev_decl(midi);
-cdev_decl(sequencer);
cdev_decl(radio);
cdev_decl(video);
cdev_decl(cn);