diff options
author | 1996-05-02 13:12:05 +0000 | |
---|---|---|
committer | 1996-05-02 13:12:05 +0000 | |
commit | 2e5bfd2b91633ea3af161f8d65e4d3105294c53c (patch) | |
tree | a3e1ad0045065624bb565e933b66ac60dbbbbd29 /sys/kern/subr_prf.c | |
parent | Implement futimes() (diff) | |
download | wireguard-openbsd-2e5bfd2b91633ea3af161f8d65e4d3105294c53c.tar.xz wireguard-openbsd-2e5bfd2b91633ea3af161f8d65e4d3105294c53c.zip |
sync syscalls, no sys/cpu.h
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r-- | sys/kern/subr_prf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 4e5a6b0a5c8..89d0c6c585b 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -1,5 +1,5 @@ -/* $OpenBSD: subr_prf.c,v 1.4 1996/04/21 22:27:19 deraadt Exp $ */ -/* $NetBSD: subr_prf.c,v 1.24 1996/03/30 22:25:18 christos Exp $ */ +/* $OpenBSD: subr_prf.c,v 1.5 1996/05/02 13:12:20 deraadt Exp $ */ +/* $NetBSD: subr_prf.c,v 1.25 1996/04/22 01:38:46 christos Exp $ */ /*- * Copyright (c) 1986, 1988, 1991, 1993 @@ -55,7 +55,6 @@ #include <sys/tprintf.h> #include <sys/syslog.h> #include <sys/malloc.h> -#include <sys/cpu.h> #include <dev/cons.h> |