diff options
Diffstat (limited to 'stand/libsa/gets.c')
-rw-r--r-- | stand/libsa/gets.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stand/libsa/gets.c b/stand/libsa/gets.c index 206a6d25fcea..922c2ab2a945 100644 --- a/stand/libsa/gets.c +++ b/stand/libsa/gets.c @@ -27,13 +27,8 @@ * 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. - * - * @(#)gets.c 8.1 (Berkeley) 6/11/93 */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "stand.h" /* gets() with constrained input length */ |