From owner-freebsd-bugs Sun Apr 25 12:10:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F41A1555B for ; Sun, 25 Apr 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19666; Sun, 25 Apr 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id 51CB51555B for ; Sun, 25 Apr 1999 12:00:46 -0700 (PDT) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.9.3/8.9.3) id VAA69072; Sun, 25 Apr 1999 21:01:18 GMT (envelope-from k) Message-Id: <199904252101.VAA69072@numeri.campus.luth.se> Date: Sun, 25 Apr 1999 21:01:18 GMT From: k@numeri.campus.luth.se Reply-To: k@numeri.campus.luth.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11315: [PATCH] declerations missing in libatm.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11315 >Category: bin >Synopsis: [PATCH] declerations missing in libatm.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 25 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Johan Karlsson >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: current src cvsup Apr 23 >Description: While I tried to remove -Wall warnings in the src I noticed that two functions used in src/sbin/atm/ilmid/ilmid.c is missing in libatm.h >How-To-Repeat: N/A >Fix: *** lib/libatm/libatm.h.orig Sun Apr 25 20:48:45 1999 --- lib/libatm/libatm.h Sun Apr 25 20:46:48 1999 *************** *** 98,103 **** --- 98,108 ---- extern int verify_nif_name __P((char *)); extern int get_cfg_info __P((char *, struct air_cfg_rsp **)); + extern int get_intf_info __P((char *, + struct air_int_rsp **)); + extern int get_netif_info __P((char *, + struct air_netif_rsp **)); + /* ip_addr.c */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message