X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-sys_socket.c;h=badf308b7a1468f25d0cbea48b2ffd9308727c7b;hb=de9f4b1;hp=ddb491b312df757340e87496000783fb12c0a278;hpb=b886ebac9e37729d68e765b141b099ec5b24ab2c;p=gnulib.git diff --git a/tests/test-sys_socket.c b/tests/test-sys_socket.c index ddb491b31..badf308b7 100644 --- a/tests/test-sys_socket.c +++ b/tests/test-sys_socket.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010 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 @@ -47,7 +47,7 @@ main (void) } x.ss_family = 42; - i = 4711; + i = 42; return 0; }