diff options
Diffstat (limited to 'lib/libc/gen/setjmperr.c')
| -rw-r--r-- | lib/libc/gen/setjmperr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setjmperr.c b/lib/libc/gen/setjmperr.c index fd69cdb1500b..917a21c9b743 100644 --- a/lib/libc/gen/setjmperr.c +++ b/lib/libc/gen/setjmperr.c @@ -29,13 +29,13 @@ * 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$ */ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)setjmperr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * This routine is called from longjmp() when an error occurs. |
