diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 12:02:06 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 12:02:06 +0000 |
commit | 03642ac15aa4a10b5861201f247252b168e286f1 (patch) | |
tree | baa657c01a5aaff58446feabf9055c5fd33838cf /sys/arch/powerpc | |
parent | 833c199cfaca65d69bb206e1fa3d5dde3695bef5 (diff) |
Remove even more old timeout tentacles.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c index ea1e351469e..7ff29667813 100644 --- a/sys/arch/powerpc/powerpc/machdep.c +++ b/sys/arch/powerpc/powerpc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.78 2001/08/23 00:09:15 drahn Exp $ */ +/* $OpenBSD: machdep.c,v 1.79 2001/08/23 12:02:04 art Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -608,7 +608,6 @@ allocsys(v) #define valloc(name, type, num) \ v = (caddr_t)(((name) = (type *)v) + (num)) - valloc(timeouts, struct timeout, ntimeout); #ifdef SYSVSHM valloc(shmsegs, struct shmid_ds, shminfo.shmmni); #endif |