From 6d42ec45884b3c21dae238886e399f72d45c3ea8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 10 Aug 2004 18:52:59 +0000 Subject: spacing --- sys/arch/sgi/include/autoconf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/arch/sgi/include/autoconf.h') diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index 132b7360066..9e626c453b3 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,8 +1,8 @@ -/* $OpenBSD: autoconf.h,v 1.4 2004/08/10 12:33:21 pefo Exp $ */ +/* $OpenBSD: autoconf.h,v 1.5 2004/08/10 18:52:58 deraadt Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -73,13 +73,13 @@ struct sys_rec { bus_addr_t cons_ioaddr[8]; /* up to eight loclbus tty's */ }; -extern struct sys_rec sys_config; +extern struct sys_rec sys_config; /* * Give com.c method to find console address and speeds */ -#define COM_FREQ (sys_config.cons_baudclk) -#define CONCOM_FREQ (sys_config.cons_baudclk) +#define COM_FREQ (sys_config.cons_baudclk) +#define CONCOM_FREQ (sys_config.cons_baudclk) #define CONADDR (sys_config.cons_ioaddr[0]) -- cgit v1.2.3