diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 06:03:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 06:03:12 +0000 |
commit | 4ea76266fcadd19013b4f38efc50f53e262c7bad (patch) | |
tree | 24f48c037f88d312df8b92c78df339d11d6a3a19 /sys/vm/vm_extern.h | |
parent | b24d40d48aedfc45cc9c84c472926c96f0902b46 (diff) |
tabify
some /lx/p/ printf changes
Diffstat (limited to 'sys/vm/vm_extern.h')
-rw-r--r-- | sys/vm/vm_extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 964adb26dec..8f09389aae1 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_extern.h,v 1.10 1997/04/17 01:25:17 niklas Exp $ */ +/* $OpenBSD: vm_extern.h,v 1.11 1997/07/25 06:03:05 mickey Exp $ */ /* $NetBSD: vm_extern.h,v 1.20 1996/04/23 12:25:23 christos Exp $ */ /*- @@ -103,7 +103,7 @@ void thread_sleep_msg __P((void *, simple_lock_t, /* backwards compatibility */ #define thread_sleep(event, lock, ruptible) \ - thread_sleep_msg((event), (lock), (ruptible), "thrd_sleep") + thread_sleep_msg((event), (lock), (ruptible), "thrd_sleep") /* * This define replaces a thread_wakeup prototype, as thread_wakeup |