-----Original Message-----
From: <[email protected]> on behalf of Adrian Chadd
<[email protected]>
Date: 2020-05-26, Tuesday at 19:10
To: <[email protected]>, <[email protected]>,
<[email protected]>
Subject: svn commit: r361546 - head/sys/cam/ata
Author: adrian
Date: Wed May 27 02:10:09 2020
New Revision: 361546
URL: https://svnweb.freebsd.org/changeset/base/361546
Log:
[ata_da] remove duplicate definition; it trips up ye olde gcc-6 on mips32
s/definition/declaration/
</pedant>
-Ravi (rpokala@)
Checked first with: irc
Modified:
head/sys/cam/ata/ata_da.c
Modified: head/sys/cam/ata/ata_da.c
==============================================================================
--- head/sys/cam/ata/ata_da.c Wed May 27 01:35:46 2020
(r361545)
+++ head/sys/cam/ata/ata_da.c Wed May 27 02:10:09 2020
(r361546)
@@ -836,7 +836,6 @@ static void adaasync(void *callback_arg,
u_int32_t co
static int adabitsysctl(SYSCTL_HANDLER_ARGS);
static int adaflagssysctl(SYSCTL_HANDLER_ARGS);
static int adazonesupsysctl(SYSCTL_HANDLER_ARGS);
-static int adazonesupsysctl(SYSCTL_HANDLER_ARGS);
static void adasysctlinit(void *context, int pending);
static int adagetattr(struct bio *bp);
static void adasetflags(struct ada_softc *softc,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"