From: deraadt Date: Sun, 2 Jun 2024 18:01:37 +0000 (+0000) Subject: oops typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9ca4219d24bca4d6585956e18ea812d5f9933936;p=openbsd oops typo --- diff --git a/usr.sbin/crunchgen/crunchgen.c b/usr.sbin/crunchgen/crunchgen.c index 9666816ce1a..e0bfd53d9f9 100644 --- a/usr.sbin/crunchgen/crunchgen.c +++ b/usr.sbin/crunchgen/crunchgen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crunchgen.c,v 1.28 2024/06/02 15:55:36 deraadt Exp $ */ +/* $OpenBSD: crunchgen.c,v 1.29 2024/06/02 18:01:37 deraadt Exp $ */ /* * Copyright (c) 1994 University of Maryland @@ -897,7 +897,7 @@ top_makefile_rules(FILE * outmk) fprintf(outmk, "CFLAGS+=-fno-unwind-tables\n"); fprintf(outmk, ".if ${MACHINE} == \"amd64\"\n"); fprintf(outmk, "CFLAGS+=-fcf-protection=none\n"); - fprintf(outmk, "CFLAGS+=-no-ret-clean\n"); + fprintf(outmk, "CFLAGS+=-no-fret-clean\n"); fprintf(outmk, ".endif\n"); fprintf(outmk, ".if ${MACHINE} == \"arm64\"\n"); fprintf(outmk, "CFLAGS+=-mbranch-protection=none\n");