aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-06-11 19:33:05 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-06-11 19:33:05 +0000
commitd3628763db3974826e46a036aa54333147fbe238 (patch)
treeba998dfb4fcad03e00a5cbf58e2a0ad648bab6e6 /lib/libdisk/change.c
parent67eb1e0ed1fb11c703392e562440c67d3b44b094 (diff)
Notes
Diffstat (limited to 'lib/libdisk/change.c')
-rw-r--r--lib/libdisk/change.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c
index ab5a46cd0a2f..57ccbfade012 100644
--- a/lib/libdisk/change.c
+++ b/lib/libdisk/change.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: change.c,v 1.7 1995/05/25 06:14:45 phk Exp $
+ * $Id: change.c,v 1.8.2.1 1995/06/05 02:24:20 jkh Exp $
*
*/
@@ -19,6 +19,7 @@
#include <sys/types.h>
#include "libdisk.h"
+#if 0
struct disk *
Set_Phys_Geom(struct disk *disk, u_long cyl, u_long hd, u_long sect)
{
@@ -33,6 +34,7 @@ Set_Phys_Geom(struct disk *disk, u_long cyl, u_long hd, u_long sect)
Free_Disk(disk);
return d;
}
+#endif
void
Set_Bios_Geom(struct disk *disk, u_long cyl, u_long hd, u_long sect)