Print this page
*** NO COMMENTS ***
*** 19,28 ****
--- 19,29 ----
* CDDL HEADER END
*/
/*
* Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2012 Nexenta Systems, Inc. All rights reserved.
*/
#include <stdio.h>
#include <string.h>
#include "util.h"
*** 95,109 ****
if (maxlen >= 2)
line[maxlen - 2] = '\n';
(void) fprintf(stderr, "Following line too long - remaining chars "
"ignored\n--- %s", line);
return (line);
- }
-
-
- void
- fatal(message)
- char *message;
- {
- (void) fprintf(stderr, "fatal error: %s\n", message);
- exit(1);
}
--- 96,101 ----