Try to make indent formatting less horrible
[oweals/busybox.git] / libbb / device_open.c
index 30b33d7f0c5d5484cfa58b5b9fc6effc544b3f1b..abfe2318a566e092ae2b2301ede370e3dd04d1ba 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
@@ -25,7 +25,7 @@
 
 
 /* try to open up the specified device */
-extern int device_open(char *device, int mode)
+extern int device_open(const char *device, int mode)
 {
        int m, f, fd = -1;