Skip to content
Permalink
726b4877f9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 6810eee Sep 12, 2019 History
get rid of
```
./stdio.h:143:1: error: 'gets' undeclared here (not in a function); did you mean 'fgets'?
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
```
1 contributor

Users who have contributed to this file

executable file 21 lines (15 sloc) 256 Bytes
#!/bin/env beesh
# BEE_VERSION m4-1.4.18-0
SRCURL[0]="https://ftp.gnu.org/gnu/m4/m4-${PKGVERSION}.tar.bz2"
#mee_patch() {
# bee_patch
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}