summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_237.c
blob: b44e4e0920d3e061947263f06f9f382e50d28bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$NetBSD: msg_237.c,v 1.4 2023/07/07 19:45:22 rillig Exp $	*/
# 3 "msg_237.c"

// Test for message: redeclaration of formal parameter '%s' [237]

/* See also message 21, which has the same text. */

/* lint1-extra-flags: -X 351 */

/*ARGSUSED*/
void
/* expect+1: error: redeclaration of formal parameter 'param' [237] */
prototype_with_duplicate_parameter(int param, int param)
{
}
rm to the module subsystem's newpgoyette 2010-05-18Add support for DIOCCACHESYNC ioctl for dm devices. Add new sync functionhaad 2010-01-04Indent files remove unnecessary blank lines, white spaces and KNFize code.haad 2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad 2009-08-16fix a comment typo.yamt 2009-02-20Call dm_target_busy only on properly autoloaded module.haad 2009-02-19In NetBSD our target modules are called with prefix dm_target_. Add thishaad 2009-02-19Add support for autoloading of device-mapper targets modules. Addhaad 2009-01-02Add stubs for mirror target, too. This target does nothing for now, but lvmhaad 2009-01-02Add stripe target functions stubs. Stripe target must be present in dm driverhaad 2008-12-21Add support for loading dm targets as separate modules. All targets excepthaad 2008-12-19Add infrastructure needed to load device-mapper targets as modules.haad 2008-12-19Merge the haad-dm branch to -current. This branch adds LVM functionality tohaad