/* uname -- print system information
Copyright 1989, 1992, 1993, 1996, 1997, 1999, 2000, 2001, 2002,
- 2003, 2004 Free Software Foundation, Inc.
+ 2003, 2004, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#endif
#ifdef __APPLE__
-#include <mach/machine.h>
-#include <mach-o/arch.h>
+# include <mach/machine.h>
+# include <mach-o/arch.h>
#endif
#include "system.h"