mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
auth: fix include quotes for generated headers
Change-Id: If4786c30b0b448ea4ff663d62d5e0f8623736084 Reviewed-on: http://gerrit.openafs.org/10870 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Reviewed-by: D Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
4e6b7ab904
commit
d3eed1e58a
@ -42,7 +42,7 @@
|
||||
#endif
|
||||
|
||||
#include <afs/vice.h>
|
||||
#include <afs/auth.h>
|
||||
#include "auth.h"
|
||||
#include <afs/venus.h>
|
||||
#include <afs/afsutil.h>
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
#include "ktc.h"
|
||||
|
||||
#ifdef AFS_KERBEROS_ENV
|
||||
#include <afs/cellconfig.h>
|
||||
#include "cellconfig.h"
|
||||
static char lcell[MAXCELLCHARS];
|
||||
|
||||
#define TKT_ROOT "/tmp/tkt"
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
#include <afs/auth.h>
|
||||
#include "auth.h"
|
||||
#include <rx/rxkad.h>
|
||||
|
||||
#include "ktc.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user