diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 18:52:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 18:52:59 +0000 |
commit | 6d42ec45884b3c21dae238886e399f72d45c3ea8 (patch) | |
tree | fcc405fbbc67deb5b6cdb98e563c41a1830a6183 /sys/arch/sgi/include/autoconf.h | |
parent | 52d94c5f5de7bdf01473413f9e1fd752aa91d64d (diff) |
spacing
Diffstat (limited to 'sys/arch/sgi/include/autoconf.h')
-rw-r--r-- | sys/arch/sgi/include/autoconf.h | 10 |
1 files changed, 5 insertions, 5 deletions
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]) |