diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-21 14:45:15 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-21 14:45:15 +0000 |
commit | 1391aa5a05b501a0144a5806ea8328a807e98e92 (patch) | |
tree | 097a270492dbfd8ec10110461bef6438a15e7aeb /usr.sbin/config/ukc.h | |
parent | f0c6b979258ea0893699d53cd39fd7bd26266875 (diff) |
Make UKC handle device locators as longs
ok miod@
Diffstat (limited to 'usr.sbin/config/ukc.h')
-rw-r--r-- | usr.sbin/config/ukc.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/config/ukc.h b/usr.sbin/config/ukc.h index 283822a278c..7dc534ae27c 100644 --- a/usr.sbin/config/ukc.h +++ b/usr.sbin/config/ukc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ukc.h,v 1.12 2009/12/10 22:07:19 kettenis Exp $ */ +/* $OpenBSD: ukc.h,v 1.13 2015/09/21 14:45:14 guenther Exp $ */ /* * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved. @@ -123,14 +123,8 @@ extern int nopdev; struct cfdata *get_cfdata(int); short *get_locnamp(int); -caddr_t *get_locnames(int); -int *get_extraloc(int); -char *get_pdevnames(int); -struct pdevinit *get_pdevinit(int); int more(void); -void pnum(int); -void pdevnam(short); void pdev(short); int number(const char *, int *); int device(char *, int *, short *, short *); |