summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--README3
-rw-r--r--cifs.upcall.c1
-rw-r--r--configure.ac4
4 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bc57846..8e651ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,2 @@
This file is "needed" by automake, but we don't really use it here. Check
-the revision control history for changes.
+the revision control history for changes (see README file for info).
diff --git a/README b/README
index 5c3c162..b7ff816 100644
--- a/README
+++ b/README
@@ -6,8 +6,9 @@ separate package.
0. PROJECT RESOURCES
Home page: http://linux-cifs.samba.org/
-
Mailing list: linux-cifs-client@lists.samba.org
+ Maintainer: Jeff Layton <jlayton@samba.org>
+ Git Repository: git://git.samba.org/jlayton/cifs-utils
1. COMPILING
diff --git a/cifs.upcall.c b/cifs.upcall.c
index 731433b..f8275e6 100644
--- a/cifs.upcall.c
+++ b/cifs.upcall.c
@@ -38,6 +38,7 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k
#include <netdb.h>
#include <arpa/inet.h>
+#include "util.h"
#include "replace.h"
#include "data_blob.h"
#include "spnego.h"
diff --git a/configure.ac b/configure.ac
index 3e4c50d..723eeff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT(cifs-utils, 0.5, jlayton@samba.org)
+AC_INIT(cifs-utils, 0.1, jlayton@samba.org)
AC_CONFIG_SRCDIR([replace.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
-AM_INIT_AUTOMAKE(cifs-utils, 0.5)
+AM_INIT_AUTOMAKE(cifs-utils, 0.1)
# Checks for programs.
AC_PROG_CC