look_up.c (6613c32aa05b4720e948a6b9e001d0e54cd8cf85) | look_up.c (a3eb24c68be6b1e6b46e7171e6783aea7e5ecfac) |
---|---|
1/* 2 * Copyright (c) 1983, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 30 unchanged lines hidden (view full) --- 39static const char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; 40#endif 41 42#include <sys/types.h> 43#include <sys/socket.h> 44#include <protocols/talkd.h> 45 46#include <errno.h> | 1/* 2 * Copyright (c) 1983, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 30 unchanged lines hidden (view full) --- 39static const char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; 40#endif 41 42#include <sys/types.h> 43#include <sys/socket.h> 44#include <protocols/talkd.h> 45 46#include <errno.h> |
47#include <string.h> |
|
47 48#include "talk_ctl.h" 49#include "talk.h" 50 51/* 52 * See if the local daemon has an invitation for us. 53 */ 54int --- 70 unchanged lines hidden --- | 48 49#include "talk_ctl.h" 50#include "talk.h" 51 52/* 53 * See if the local daemon has an invitation for us. 54 */ 55int --- 70 unchanged lines hidden --- |