Revision 7ffae98ba5bdc1b8fd3917d99280ae1eaf180f57 authored by Glen Barber on 06 July 2017, 04:03:21 UTC, committed by Glen Barber on 06 July 2017, 04:03:21 UTC
 MFC r320599:
 Fix Vagrant image upload after recent API changes.

 - Update ATLAS_UPLOAD_URL to avoid various regular expressions
   from failing to match due to redirections.
 - Use ATLAS_UPLOAD_URL throughout the script.
 - Adjust several regular expression patterns.

Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
1 parent 5f2cafa
Raw File
gssapi.h
/* $FreeBSD$ */
#ifdef __GNUC__
#warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
#endif
#include <gssapi/gssapi.h>
back to top