From 46125ba2eddf1b1eea2607293277346e29ee2af9 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 27 May 1995 23:39:35 +0000 Subject: Major cleanup. Mediaroutines now get asked about a file. All the multi part stuff centralized. The final check is backwards or something so it always said it failed, even it it didn't. Fixed tcpip address check to not be stupid, 10.0.255.1 is legal. --- usr.sbin/sysinstall/ufs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/ufs.c') diff --git a/usr.sbin/sysinstall/ufs.c b/usr.sbin/sysinstall/ufs.c index 5639cbc..1fd9d4e 100644 --- a/usr.sbin/sysinstall/ufs.c +++ b/usr.sbin/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media_strategy.c,v 1.28 1995/05/26 20:30:59 jkh Exp $ + * $Id: ufs.c,v 1.1 1995/05/27 10:39:04 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -52,7 +52,7 @@ mediaInitUFS(Device *dev) } int -mediaGetUFS(char *dist, char *path) +mediaGetUFS(char *file) { return -1; } -- cgit v1.1