diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-04-29 00:43:42 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-04-29 00:43:42 +0000 |
commit | 8ac9fb4b6c1cc6109dc775de04f45a936214658d (patch) | |
tree | ac11af7bf96bc7f95653f033846501a15b73f68c /sbin/pdisk/util.h | |
parent | fd3f0a642065cad1f17911968d816570db48a488 (diff) |
With last pdisk and full functionality for mac68k now in place, start
cleaning the maze of ifdef's not relevant for us.
This round wipes most linux and/or MacOS-only bits, more to come.
Diffstat (limited to 'sbin/pdisk/util.h')
-rw-r--r-- | sbin/pdisk/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/pdisk/util.h b/sbin/pdisk/util.h index b0569f2b9a4..93c2234bd3b 100644 --- a/sbin/pdisk/util.h +++ b/sbin/pdisk/util.h @@ -53,9 +53,6 @@ * Forward declarations */ void clear_memory(void *dataPtr, unsigned long size); -#if !defined(__linux__) && !defined(__unix__) -int TrapAvailable(short theTrap); -#endif int istrncmp(const char *x, const char *y, long len); const char *get_version_string(void); |