mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
11 lines
242 B
Diff
11 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()
|
|
{
|