summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/warshall.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/warshall.c')
-rw-r--r--usr.bin/yacc/warshall.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c
index a1e6d45..0b65f25 100644
--- a/usr.bin/yacc/warshall.c
+++ b/usr.bin/yacc/warshall.c
@@ -32,13 +32,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
+
#ifndef lint
static char const sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93";
-#endif /* not lint */
+#endif
#include "defs.h"
OpenPOWER on IntegriCloud