=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/file.c,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- src/usr.bin/mg/file.c 2019/06/22 15:03:43 1.102 +++ src/usr.bin/mg/file.c 2023/03/08 04:43:11 1.103 @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.102 2019/06/22 15:03:43 lum Exp $ */ +/* $OpenBSD: file.c,v 1.103 2023/03/08 04:43:11 guenther Exp $ */ /* This file is in the public domain. */ @@ -24,7 +24,6 @@ * Insert a file into the current buffer. Real easy - just call the * insertfile routine with the file name. */ -/* ARGSUSED */ int fileinsert(int f, int n) { @@ -50,7 +49,6 @@ * if you can find it, just switch to the buffer. If you cannot find the * file, create a new buffer, read in the text, and switch to the new buffer. */ -/* ARGSUSED */ int filevisit(int f, int n) { @@ -90,7 +88,6 @@ * buffer is killed before the switch. If the kill fails, or is aborted, * revert to the original file. */ -/* ARGSUSED */ int filevisitalt(int f, int n) { @@ -153,7 +150,6 @@ * Pop to a file in the other window. Same as the last function, but uses * popbuf instead of showbuffer. */ -/* ARGSUSED */ int poptofile(int f, int n) { @@ -506,7 +502,6 @@ * This handling of file names is different from the earlier versions and * is more compatible with Gosling EMACS than with ITS EMACS. */ -/* ARGSUSED */ int filewrite(int f, int n) { @@ -567,7 +562,6 @@ */ static int makebackup = TRUE; -/* ARGSUSED */ int filesave(int f, int n) { @@ -638,7 +632,6 @@ * is given, sets makebackup to true, so backups are made. If an argument is * given, no backup files are made when saving a new version of a file. */ -/* ARGSUSED */ int makebkfile(int f, int n) {