mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
Fixed a comment & formatting
This commit is contained in:
parent
2bd8caed82
commit
00c48f5ced
@ -2,6 +2,7 @@
|
||||
|
||||
2014-12-19 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Added detection for CRUX Linux
|
||||
* Added $SESSION_ID environment variable for CGI scripts
|
||||
|
||||
2014-11-10 Kim Holviala <kim@holviala.com>
|
||||
|
@ -112,7 +112,7 @@ void platform(state *st)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Linux uname() just says Linux/2.6 - let's dig deeper... */
|
||||
/* Linux uname() just says Linux/kernelversion - let's dig deeper... */
|
||||
#ifdef __linux
|
||||
|
||||
/* Most Linux ARM/MIPS boards have hardware name in /proc/cpuinfo */
|
||||
@ -171,7 +171,6 @@ void platform(state *st)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Uh-oh.... how about a standard Linux with lsb_release? */
|
||||
if (stat("/usr/bin/lsb_release", &file) == OK && (file.st_mode & S_IXOTH)) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user