summaryrefslogtreecommitdiff
path: root/sbin/pdisk/pathname.c
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-05-11 17:20:41 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-05-11 17:20:41 +0000
commit5aa22abdaae14e4a3b9988fcfaeb7717ad36de4c (patch)
tree5cc277b20db82ab82651f9b106b97067637b2f99 /sbin/pdisk/pathname.c
parentb9a0f688befd7c7ffadd3de2860dfb6ef504d0a3 (diff)
remove a bunch of linux and NeXT defines and, in turn, -D__unix__
Diffstat (limited to 'sbin/pdisk/pathname.c')
-rw-r--r--sbin/pdisk/pathname.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/pdisk/pathname.c b/sbin/pdisk/pathname.c
index 9675483ca16..a149ddf1ffa 100644
--- a/sbin/pdisk/pathname.c
+++ b/sbin/pdisk/pathname.c
@@ -90,9 +90,7 @@ next_media_kind(long *state)
switch (ix) {
case 0:
-#if defined(__linux__) || defined(__unix__)
result = create_file_iterator();
-#endif
ix = 1;
if (result != 0) {
break;