From c9dd6df88ff12cb0d8571544d31188c8f701f63c Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 9 Jul 2007 17:47:04 +0000 Subject: General style, white space, and comment cleanup; move to ANSI C prototypes, don't use register, etc. Synchronize structure and layout to the IPv4 versions of these functions to a greater extent, making visual comparison easier. Remove now stale or incorrect comments. Enable full lock assertions, and correct one exception handling case where the wrong label was jumped to. Tested by: bz Approved by: re (bmah) --- sys/netinet6/udp6_output.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netinet6/udp6_output.c') diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index 74db8ac..d068791 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -32,7 +32,8 @@ /*- * Copyright (c) 1982, 1986, 1989, 1993 - * The Regents of the University of California. All rights reserved. + * The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.1