mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
12 lines
242 B
Diff
12 lines
242 B
Diff
|
--- drivers/kernel-ver.c~ 2003-09-23 19:38:40.000000000 +0200
|
||
|
+++ drivers/kernel-ver.c 2006-07-07 11:56:55.000000000 +0200
|
||
|
@@ -4,7 +4,7 @@
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
-#include <linux/version.h>
|
||
|
+#include <linux/utsrelease.h>
|
||
|
|
||
|
int main()
|
||
|
{
|