From 31660194c286a42de19a11466b7f311036e8866a Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 8 Feb 2010 13:15:57 -0500 Subject: cifs.upcall: include util.h Signed-off-by: Jeff Layton --- ChangeLog | 2 +- README | 3 ++- cifs.upcall.c | 1 + configure.ac | 4 ++-- 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 + 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 #include +#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 -- cgit v1.2.3