summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fdisk/user.c')
-rw-r--r--sbin/fdisk/user.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/fdisk/user.c b/sbin/fdisk/user.c
index 64cca42e970..5df8f1110d8 100644
--- a/sbin/fdisk/user.c
+++ b/sbin/fdisk/user.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: user.c,v 1.34 2014/03/20 13:18:21 krw Exp $ */
+/* $OpenBSD: user.c,v 1.35 2014/03/31 22:03:29 krw Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -59,7 +59,6 @@ struct cmd cmd_table[] = {
{NULL, NULL, NULL}
};
-
int
USER_init(struct disk *disk, struct mbr *tt, int preserve)
{
@@ -193,4 +192,3 @@ USER_print_disk(struct disk *disk)
return (close(fd));
}
-