Enough Chinese torture already

This commit is contained in:
deraadt 1994-11-15 23:00:23 +00:00
parent b01b8d8a74
commit 38483bbbf0
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sd.c,v 1.43 1994/10/30 21:49:26 cgd Exp $ */ /* $NetBSD: sd.c,v 1.44 1994/11/15 23:00:23 deraadt Exp $ */
/* /*
* Copyright (c) 1994 Charles Hannum. All rights reserved. * Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -993,7 +993,7 @@ int
sddump() sddump()
{ {
printf("\nsddump() -- not implemented\n"); printf("\nsddump() -- not implemented\n");
delay(60000000); /* 60 seconds */ delay(6000000); /* 6 seconds */
return -1; return -1;
} }
#endif /* SCSIDUMP */ #endif /* SCSIDUMP */

View File

@ -1,4 +1,4 @@
/* $NetBSD: sd.c,v 1.43 1994/10/30 21:49:26 cgd Exp $ */ /* $NetBSD: sd.c,v 1.44 1994/11/15 23:00:23 deraadt Exp $ */
/* /*
* Copyright (c) 1994 Charles Hannum. All rights reserved. * Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -993,7 +993,7 @@ int
sddump() sddump()
{ {
printf("\nsddump() -- not implemented\n"); printf("\nsddump() -- not implemented\n");
delay(60000000); /* 60 seconds */ delay(6000000); /* 6 seconds */
return -1; return -1;
} }
#endif /* SCSIDUMP */ #endif /* SCSIDUMP */