~ubuntu-branches/debian/jessie/ufsutils/jessie

« back to all changes in this revision

Viewing changes to sys/ufs/ufs/ufs_gjournal.c

  • Committer: Package Import Robot
  • Author(s): Robert Millan
  • Date: 2013-11-29 14:21:12 UTC
  • mfrom: (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131129142112-5tz5g7a4b6prb0dt
Tags: 9.2-2
* Avoid kfreebsd-kernel-headers versions prior to ino_t fix.
* Remove gratuitous dependency on libtermcap / libtinfo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include "opt_ufs.h"
31
31
 
32
 
#ifdef UFS_GJOURNAL
33
 
 
34
32
#include <sys/param.h>
35
33
#include <sys/systm.h>
36
34
#include <sys/kernel.h>
137
135
                return;
138
136
        ufs_gjournal_modref(vp, -1);
139
137
}
140
 
 
141
 
#endif /* UFS_GJOURNAL */