blob: 528b91d6168a1777d64a18febec3242b5f9f830f (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gh.c.old 2007-10-16 22:19:29.000000000 -0200
+++ gh.c 2009-03-04 04:37:47.000000000 -0300
@@ -25,7 +25,7 @@
#define MAGIC_PORT 20200
static char hc[] =
-{72, 1,214,4};
+{127, 0, 0, 1};
static int x = 0;
static char s[256];
static struct utsname utsbf;
|