Module Name:    src
Committed By:   rillig
Date:           Tue Apr  4 20:17:01 UTC 2023

Modified Files:
        src/usr.sbin/mmcformat: mmcformat.c

Log Message:
mmcformat: remove redundant extern declarations

No binary change.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/mmcformat/mmcformat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/mmcformat/mmcformat.c
diff -u src/usr.sbin/mmcformat/mmcformat.c:1.7 src/usr.sbin/mmcformat/mmcformat.c:1.8
--- src/usr.sbin/mmcformat/mmcformat.c:1.7	Sun May 22 11:27:37 2022
+++ src/usr.sbin/mmcformat/mmcformat.c	Tue Apr  4 20:17:01 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: mmcformat.c,v 1.7 2022/05/22 11:27:37 andvar Exp $ */
+/* $NetBSD: mmcformat.c,v 1.8 2023/04/04 20:17:01 rillig Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -682,11 +682,6 @@ usage(char *program)
 }
 
 
-extern char	*optarg;
-extern int	 optind;
-extern int	 optreset;
-
-
 int
 main(int argc, char *argv[])
 {

Reply via email to