From 9859c634e7e7d2ed8c6b8c94e91262348cc39d19 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 2 Jan 2013 12:32:52 +0100 Subject: [PATCH] Remove some emacs variable settings. --- libexec/bootpd/bootpd.c | 13 ------------- libexec/bootpd/bootpgw/bootpgw.c | 13 ------------- libexec/bootpd/dovend.c | 13 ------------- libexec/bootpd/dumptab.c | 13 ------------- libexec/bootpd/getether.c | 13 ------------- libexec/bootpd/getif.c | 13 ------------- libexec/bootpd/hash.c | 13 ------------- libexec/bootpd/hwaddr.c | 13 ------------- libexec/bootpd/lookup.c | 13 ------------- libexec/bootpd/readfile.c | 13 ------------- libexec/bootpd/report.c | 13 ------------- libexec/bootpd/tools/bootpef/bootpef.c | 13 ------------- libexec/bootpd/tools/bootptest/bootptest.c | 13 ------------- libexec/bootpd/tools/bootptest/print-bootp.c | 12 ------------ sbin/ccdconfig/ccdconfig.c | 5 ----- sbin/vinum/commands.c | 4 ---- sbin/vinum/list.c | 5 ----- sys/dev/disk/ccd/ccd.c | 7 ------- sys/dev/disk/fd/fd.c | 17 ----------------- sys/dev/netif/mxge/if_mxge.c | 9 --------- sys/dev/netif/mxge/if_mxge_var.h | 11 ----------- sys/dev/netif/mxge/mxge_lro.c | 8 -------- sys/dev/raid/vinum/vinum.c | 4 ---- sys/dev/raid/vinum/vinumconfig.c | 4 ---- sys/dev/raid/vinum/vinuminterrupt.c | 4 ---- sys/dev/raid/vinum/vinumio.c | 3 --- sys/dev/raid/vinum/vinumioctl.c | 4 ---- sys/dev/raid/vinum/vinumlock.c | 4 ---- sys/dev/raid/vinum/vinumraid5.c | 4 ---- sys/dev/raid/vinum/vinumrequest.c | 5 ----- sys/dev/raid/vinum/vinumrevive.c | 4 ---- sys/dev/raid/vinum/vinumstate.c | 3 --- usr.sbin/fdformat/fdformat.c | 16 ---------------- 33 files changed, 302 deletions(-) diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 22553e8047..1df348c1fd 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -20,7 +20,6 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. $FreeBSD: src/libexec/bootpd/bootpd.c,v 1.13.2.3 2003/02/15 05:36:01 kris Exp $ - $DragonFly: src/libexec/bootpd/bootpd.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ ************************************************************************/ @@ -1378,15 +1377,3 @@ dovend_rfc1048(struct bootp *bp, struct host *hp, int32 bootsize) */ /* get_errmsg() - now in report.c */ - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index 268947a71f..09c70f2340 100644 --- a/libexec/bootpd/bootpgw/bootpgw.c +++ b/libexec/bootpd/bootpgw/bootpgw.c @@ -26,7 +26,6 @@ SOFTWARE. ************************************************************************/ /* $FreeBSD: src/libexec/bootpd/bootpgw/bootpgw.c,v 1.6 2003/02/05 13:45:25 charnier Exp $ */ -/* $DragonFly: src/libexec/bootpd/bootpgw/bootpgw.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ */ /* * BOOTPGW is typically used to forward BOOTP client requests from @@ -661,15 +660,3 @@ handle_reply(void) report(LOG_ERR, "sendto: %s", get_network_errmsg()); } } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index fecc20423e..5ccbec303c 100644 --- a/libexec/bootpd/dovend.c +++ b/libexec/bootpd/dovend.c @@ -2,7 +2,6 @@ * dovend.c : Inserts all but the first few vendor options. * * $FreeBSD: src/libexec/bootpd/dovend.c,v 1.5.2.1 2003/02/15 05:36:01 kris Exp $ - * $DragonFly: src/libexec/bootpd/dovend.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ */ #include @@ -383,15 +382,3 @@ insert_u_long(u_int32 value, byte **dest) } /* Final result is network byte order */ } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index c7a4cae0b1..fe3994fd44 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -2,7 +2,6 @@ * dumptab.c - handles dumping the database * * $FreeBSD: src/libexec/bootpd/dumptab.c,v 1.6.2.1 2001/10/14 21:39:48 iedowse Exp $ - * $DragonFly: src/libexec/bootpd/dumptab.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ */ #include @@ -357,15 +356,3 @@ list_ipaddresses(FILE *fp, struct in_addr_list *ipptr) } #endif /* DEBUG */ - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index a4f9c44ea2..d63f41766e 100644 --- a/libexec/bootpd/getether.c +++ b/libexec/bootpd/getether.c @@ -8,7 +8,6 @@ * please let me know. * * $FreeBSD: src/libexec/bootpd/getether.c,v 1.9.2.3 2003/02/15 05:36:01 kris Exp $ - * $DragonFly: src/libexec/bootpd/getether.c,v 1.4 2008/06/05 18:01:49 swildner Exp $ */ #include @@ -375,15 +374,3 @@ getether(ifname, eap) } #endif /* !GETETHER */ - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index d3dfe8181a..ed30bd0d81 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -2,7 +2,6 @@ * getif.c : get an interface structure * * $FreeBSD: src/libexec/bootpd/getif.c,v 1.7 1999/08/28 00:09:18 peter Exp $ - * $DragonFly: src/libexec/bootpd/getif.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ */ #include @@ -138,15 +137,3 @@ nmatch(u_char *ca, u_char *cb) } return (m); } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 6397717b8e..f6495d12d3 100644 --- a/libexec/bootpd/hash.c +++ b/libexec/bootpd/hash.c @@ -20,7 +20,6 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. $FreeBSD: src/libexec/bootpd/hash.c,v 1.5 1999/08/28 00:09:18 peter Exp $ - $DragonFly: src/libexec/bootpd/hash.c,v 1.3 2008/06/05 18:01:49 swildner Exp $ ************************************************************************/ @@ -377,15 +376,3 @@ hash_FirstEntry(hash_tbl *hashtable) hashtable->member = (hashtable->table)[0]; return hash_NextEntry(hashtable); } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index 33e7a34d13..ccc3e6c501 100644 --- a/libexec/bootpd/hwaddr.c +++ b/libexec/bootpd/hwaddr.c @@ -3,7 +3,6 @@ * (i.e. Ethernet) * * $FreeBSD: src/libexec/bootpd/hwaddr.c,v 1.7.2.1 2003/02/15 05:36:01 kris Exp $ - * $DragonFly: src/libexec/bootpd/hwaddr.c,v 1.3 2003/11/14 03:54:29 dillon Exp $ */ #include @@ -336,15 +335,3 @@ main(void) } #endif - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index e37891b26e..8af0b78db3 100644 --- a/libexec/bootpd/lookup.c +++ b/libexec/bootpd/lookup.c @@ -2,7 +2,6 @@ * lookup.c - Lookup IP address, HW address, netmask * * $FreeBSD: src/libexec/bootpd/lookup.c,v 1.7 1999/08/28 00:09:19 peter Exp $ - * $DragonFly: src/libexec/bootpd/lookup.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ */ #include @@ -110,15 +109,3 @@ lookup_netmask(u_int32 addr, u_int32 *result) *result = htonl(m); return 0; } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index 1ecd9a7f9b..5ddf923b19 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -20,7 +20,6 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. $FreeBSD: src/libexec/bootpd/readfile.c,v 1.6.2.2 2001/10/14 21:25:02 iedowse Exp $ - $DragonFly: src/libexec/bootpd/readfile.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ ************************************************************************/ @@ -2032,15 +2031,3 @@ iplookcmp(hash_datum *d1, hash_datum *d2) return (host1->iaddr.s_addr == host2->iaddr.s_addr); } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/report.c b/libexec/bootpd/report.c index 1616134880..f28b91c6fe 100644 --- a/libexec/bootpd/report.c +++ b/libexec/bootpd/report.c @@ -1,5 +1,4 @@ /* $FreeBSD: src/libexec/bootpd/report.c,v 1.2.6.2 2001/03/05 10:58:59 kris Exp $ */ -/* $DragonFly: src/libexec/bootpd/report.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ */ /* * report() - calls syslog @@ -141,15 +140,3 @@ get_errmsg(void) { return strerror(errno); } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index 0bd4891bae..f449814cce 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -20,7 +20,6 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. $FreeBSD: src/libexec/bootpd/tools/bootpef/bootpef.c,v 1.6 1999/08/28 00:09:24 peter Exp $ - $DragonFly: src/libexec/bootpd/tools/bootpef/bootpef.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ ************************************************************************/ @@ -320,15 +319,3 @@ mktagfile(struct host *hp) fclose(fp); } /* mktagfile */ - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 1ce0b4affb..da885df2eb 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -32,7 +32,6 @@ * 09/93 Original developed by Gordon W. Ross * * $FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.c,v 1.7 1999/08/28 00:09:25 peter Exp $ - * $DragonFly: src/libexec/bootpd/tools/bootptest/bootptest.c,v 1.2 2003/06/17 04:27:07 dillon Exp $ */ char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; @@ -502,15 +501,3 @@ ipaddr_string(struct in_addr *ina) snprintf(b, sizeof(b), "%d.%d.%d.%d", p[0], p[1], p[2], p[3]); return (b); } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index cc8ac63765..3e477ba612 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -467,15 +467,3 @@ dump_hex(u_char *bp, int len) if (len) printf("."); } } - -/* - * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-argdecl-indent: 4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: -4 - * c-label-offset: -4 - * c-brace-offset: 0 - * End: - */ diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index d8f4b0ed9d..573d8fd706 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -681,8 +681,3 @@ usage(void) " ccdconfig -g [-M core] [-N system] [ccd ...]"); exit(1); } - -/* Local Variables: */ -/* c-argdecl-indent: 8 */ -/* c-indent-level: 8 */ -/* End: */ diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 2854353329..86c77d569d 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -2511,7 +2511,3 @@ parityops(int argc, char *argv[], enum parityop op) } } } - -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c index c97b550863..81ce22438f 100644 --- a/sbin/vinum/list.c +++ b/sbin/vinum/list.c @@ -37,7 +37,6 @@ * * $Id: list.c,v 1.25 2000/12/20 03:38:43 grog Exp grog $ * $FreeBSD: src/sbin/vinum/list.c,v 1.25.2.4 2001/05/28 05:58:04 grog Exp $ - * $DragonFly: src/sbin/vinum/list.c,v 1.10 2007/06/18 05:13:41 dillon Exp $ */ #define _KERNEL_STRUCTURES @@ -1434,7 +1433,3 @@ check_drive(char *devicename) } return 0; } - -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/disk/ccd/ccd.c b/sys/dev/disk/ccd/ccd.c index 24cf9e4a60..2885fdbff5 100644 --- a/sys/dev/disk/ccd/ccd.c +++ b/sys/dev/disk/ccd/ccd.c @@ -1589,10 +1589,3 @@ printiinfo(struct ccdiinfo *ii) } } #endif - - -/* Local Variables: */ -/* c-argdecl-indent: 8 */ -/* c-continued-statement-offset: 8 */ -/* c-indent-level: 8 */ -/* End: */ diff --git a/sys/dev/disk/fd/fd.c b/sys/dev/disk/fd/fd.c index 6971ba11b2..507c56e054 100644 --- a/sys/dev/disk/fd/fd.c +++ b/sys/dev/disk/fd/fd.c @@ -2341,20 +2341,3 @@ fdioctl(struct dev_ioctl_args *ap) } return (error); } - -/* - * Hello emacs, these are the - * Local Variables: - * c-indent-level: 8 - * c-continued-statement-offset: 8 - * c-continued-brace-offset: 0 - * c-brace-offset: -8 - * c-brace-imaginary-offset: 0 - * c-argdecl-indent: 8 - * c-label-offset: -8 - * c++-hanging-braces: 1 - * c++-access-specifier-offset: -8 - * c++-empty-arglist-indent: 8 - * c++-friend-offset: 0 - * End: - */ diff --git a/sys/dev/netif/mxge/if_mxge.c b/sys/dev/netif/mxge/if_mxge.c index 4a5ea33232..aa7d0ae2e1 100644 --- a/sys/dev/netif/mxge/if_mxge.c +++ b/sys/dev/netif/mxge/if_mxge.c @@ -4707,12 +4707,3 @@ mxge_shutdown(device_t dev) { return 0; } - -/* - This file uses Myri10GE driver indentation. - - Local Variables: - c-file-style:"linux" - tab-width:8 - End: -*/ diff --git a/sys/dev/netif/mxge/if_mxge_var.h b/sys/dev/netif/mxge/if_mxge_var.h index 05bc9cc4c4..a4eff5ce12 100644 --- a/sys/dev/netif/mxge/if_mxge_var.h +++ b/sys/dev/netif/mxge/if_mxge_var.h @@ -336,14 +336,3 @@ mxge_pio_copy(volatile void *to_v, void *from_v, size_t size) void mxge_lro_flush(struct mxge_slice_state *ss, struct lro_entry *lro); int mxge_lro_rx(struct mxge_slice_state *ss, struct mbuf *m_head, uint32_t csum); - - - -/* - This file uses Myri10GE driver indentation. - - Local Variables: - c-file-style:"linux" - tab-width:8 - End: -*/ diff --git a/sys/dev/netif/mxge/mxge_lro.c b/sys/dev/netif/mxge/mxge_lro.c index fe928781bd..8ddbb99d35 100644 --- a/sys/dev/netif/mxge/mxge_lro.c +++ b/sys/dev/netif/mxge/mxge_lro.c @@ -344,11 +344,3 @@ mxge_lro_rx(struct mxge_slice_state *ss, struct mbuf *m_head, uint32_t csum) } #endif /* INET */ -/* - This file uses Myri10GE driver indentation. - - Local Variables: - c-file-style:"linux" - tab-width:8 - End: -*/ diff --git a/sys/dev/raid/vinum/vinum.c b/sys/dev/raid/vinum/vinum.c index da4207daca..4c87c2f963 100644 --- a/sys/dev/raid/vinum/vinum.c +++ b/sys/dev/raid/vinum/vinum.c @@ -618,7 +618,3 @@ vinumkqfilter(struct dev_kqfilter_args *ap) return (0); } - -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumconfig.c b/sys/dev/raid/vinum/vinumconfig.c index fef8dcd346..a71a167c34 100644 --- a/sys/dev/raid/vinum/vinumconfig.c +++ b/sys/dev/raid/vinum/vinumconfig.c @@ -47,7 +47,6 @@ * * $Id: vinumconfig.c,v 1.30 2000/05/01 09:45:50 grog Exp grog $ * $FreeBSD: src/sys/dev/vinum/vinumconfig.c,v 1.32.2.6 2002/02/03 00:43:35 grog Exp $ - * $DragonFly: src/sys/dev/raid/vinum/vinumconfig.c,v 1.12 2007/06/07 22:58:00 corecode Exp $ */ #define STATIC static @@ -2137,6 +2136,3 @@ finish_config(int update) wakeup_one(&vinum_conf); } } -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinuminterrupt.c b/sys/dev/raid/vinum/vinuminterrupt.c index a44f7eb041..504b1deb01 100644 --- a/sys/dev/raid/vinum/vinuminterrupt.c +++ b/sys/dev/raid/vinum/vinuminterrupt.c @@ -463,7 +463,3 @@ complete_raid5_write(struct rqelement *rqe) #endif vn_strategy(drive->vp, &rqe->b.b_bio1); } - -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumio.c b/sys/dev/raid/vinum/vinumio.c index 5e067e3b17..356afaa8d6 100644 --- a/sys/dev/raid/vinum/vinumio.c +++ b/sys/dev/raid/vinum/vinumio.c @@ -864,6 +864,3 @@ drivecmp(const void *va, const void *vb) else return 1; } -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumioctl.c b/sys/dev/raid/vinum/vinumioctl.c index abfe77698b..20e43bbc16 100644 --- a/sys/dev/raid/vinum/vinumioctl.c +++ b/sys/dev/raid/vinum/vinumioctl.c @@ -847,7 +847,3 @@ moveobject(struct vinum_ioctl_msg *msg) give_sd_to_drive(sd->sdno); reply->error = 0; } - -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumlock.c b/sys/dev/raid/vinum/vinumlock.c index eaaf04f4dd..787ca80ed6 100644 --- a/sys/dev/raid/vinum/vinumlock.c +++ b/sys/dev/raid/vinum/vinumlock.c @@ -39,7 +39,6 @@ * * $Id: vinumlock.c,v 1.13 2000/05/02 23:25:02 grog Exp grog $ * $FreeBSD: src/sys/dev/vinum/vinumlock.c,v 1.18.2.3 2001/04/04 06:27:11 grog Exp $ - * $DragonFly: src/sys/dev/raid/vinum/vinumlock.c,v 1.6 2006/02/17 19:18:06 dillon Exp $ */ #include "vinumhdr.h" @@ -248,6 +247,3 @@ unlock_config(void) wakeup(&vinum_conf); } } -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumraid5.c b/sys/dev/raid/vinum/vinumraid5.c index 07d77abb24..4d105bb0c5 100644 --- a/sys/dev/raid/vinum/vinumraid5.c +++ b/sys/dev/raid/vinum/vinumraid5.c @@ -40,7 +40,6 @@ * * $Id: vinumraid5.c,v 1.21 2001/01/09 04:21:27 grog Exp grog $ * $FreeBSD: src/sys/dev/vinum/vinumraid5.c,v 1.6.2.2 2001/03/13 02:59:43 grog Exp $ - * $DragonFly: src/sys/dev/raid/vinum/vinumraid5.c,v 1.5 2006/04/30 17:22:17 dillon Exp $ */ #include "vinumhdr.h" #include "request.h" @@ -696,6 +695,3 @@ setrqebounds(struct rqelement *rqe, struct metrics *mp) rqe->buflen = umax(rqe->dataoffset + rqe->datalen, /* total buffer length */ rqe->groupoffset + rqe->grouplen); } -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumrequest.c b/sys/dev/raid/vinum/vinumrequest.c index f035828c70..4928f802dc 100644 --- a/sys/dev/raid/vinum/vinumrequest.c +++ b/sys/dev/raid/vinum/vinumrequest.c @@ -39,7 +39,6 @@ * * $Id: vinumrequest.c,v 1.30 2001/01/09 04:20:55 grog Exp grog $ * $FreeBSD: src/sys/dev/vinum/vinumrequest.c,v 1.44.2.5 2002/08/28 04:30:56 grog Exp $ - * $DragonFly: src/sys/dev/raid/vinum/vinumrequest.c,v 1.21 2007/09/15 20:06:39 swildner Exp $ */ #include "vinumhdr.h" @@ -1092,7 +1091,3 @@ deallocrqg(struct rqgroup *rqg) } Free(rqg); } - -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumrevive.c b/sys/dev/raid/vinum/vinumrevive.c index a3ace3c15a..ce5f783927 100644 --- a/sys/dev/raid/vinum/vinumrevive.c +++ b/sys/dev/raid/vinum/vinumrevive.c @@ -588,7 +588,3 @@ initsd(int sdno, int verify) } return error; } - -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/sys/dev/raid/vinum/vinumstate.c b/sys/dev/raid/vinum/vinumstate.c index 40b1cd4d9c..0394ae44ef 100644 --- a/sys/dev/raid/vinum/vinumstate.c +++ b/sys/dev/raid/vinum/vinumstate.c @@ -1091,6 +1091,3 @@ setstate_by_force(struct vinum_ioctl_msg *msg) } ioctl_reply->error = 0; } -/* Local Variables: */ -/* fill-column: 50 */ -/* End: */ diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index faf7150cc2..11d6e44ade 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/usr.sbin/fdformat/fdformat.c,v 1.11.2.4 2001/07/19 13:20:42 joerg Exp $ - * $DragonFly: src/usr.sbin/fdformat/fdformat.c,v 1.5 2007/10/01 08:25:12 swildner Exp $ */ /* @@ -436,18 +435,3 @@ main(int argc, char **argv) return(errs != 0); } -/* - * Local Variables: - * c-indent-level: 8 - * c-continued-statement-offset: 8 - * c-continued-brace-offset: 0 - * c-brace-offset: -8 - * c-brace-imaginary-offset: 0 - * c-argdecl-indent: 8 - * c-label-offset: -8 - * c++-hanging-braces: 1 - * c++-access-specifier-offset: -8 - * c++-empty-arglist-indent: 8 - * c++-friend-offset: 0 - * End: - */ -- 2.41.0