~ubuntu-branches/ubuntu/precise/nfs-utils/precise-proposed

« back to all changes in this revision

Viewing changes to utils/mountd/mount_dispatch.c

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-03 10:36:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703103659-6xgt3a1k3jb99ykj
Tags: 1:1.0.8-10ubuntu1
* Resynchronise with Debian.
* Removed one of the two lines with var/lib/nfs/rpc_pipefs in
  debian/nfs-common.dirs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
5
5
 */
6
6
 
7
 
#include "config.h"
 
7
#ifdef HAVE_CONFIG_H
 
8
#include <config.h>
 
9
#endif
8
10
 
9
11
#ifdef HAVE_TCP_WRAPPER
10
12
#include "tcpwrapper.h"