Print this page
*** NO COMMENTS ***

@@ -19,10 +19,11 @@
  * 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,15 +96,6 @@
         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);
 }