Try to make indent formatting less horrible
[oweals/busybox.git] / libbb / kernel_version.c
index 694af8e2c92d4aa1e660ce6653cc59c9735d3dfb..740ac523c79ead9abd1a00e149a044e1991fd7d8 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Utility routines.
  *
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ extern int get_kernel_revision(void)
        int i, r;
 
        if (uname(&name) == -1) {
-               perror_msg("cannot get system information");
+               bb_perror_msg("cannot get system information");
                return (0);
        }