diff options
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r-- | util-linux/fdisk_osf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c index 1141b7801..1328c1fcd 100644 --- a/util-linux/fdisk_osf.c +++ b/util-linux/fdisk_osf.c | |||
@@ -709,6 +709,9 @@ sync_disks(void) | |||
709 | static void | 709 | static void |
710 | xbsd_write_bootstrap(void) | 710 | xbsd_write_bootstrap(void) |
711 | { | 711 | { |
712 | #ifndef MAXPATHLEN | ||
713 | # define MAXPATHLEN 1024 | ||
714 | #endif | ||
712 | char path[MAXPATHLEN]; | 715 | char path[MAXPATHLEN]; |
713 | const char *bootdir = BSD_LINUX_BOOTDIR; | 716 | const char *bootdir = BSD_LINUX_BOOTDIR; |
714 | const char *dkbasename; | 717 | const char *dkbasename; |