]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bug #928 readlink missing braces
authorDanny Mayer <mayer@ntp.org>
Fri, 5 Oct 2007 12:57:08 +0000 (08:57 -0400)
committerDanny Mayer <mayer@ntp.org>
Fri, 5 Oct 2007 12:57:08 +0000 (08:57 -0400)
bk: 470634a43kXw8HKxi5xXdY6cznTQfw

util/ntp-keygen.c

index 8cdb6631728782e881c9ffecb797402ccada2b4a..b1989bf1a0ba81cbd8abbd045fd4ecf73681eb56 100644 (file)
@@ -178,9 +178,9 @@ BOOL init_randfile();
  * Don't try to follow symbolic links
  */
 int
-readlink(char *link, char *file, int len)
+readlink(char *link, char *file, int len) {
        return (-1);
-
+}
 /*
  * Don't try to create a symbolic link for now.
  * Just move the file to the name you need.